-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added testing to each pr request #261
Draft
DimitrijeDragasevic
wants to merge
2
commits into
is-sprint-26
Choose a base branch
from
addCI
base: is-sprint-26
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mwmerz
pushed a commit
that referenced
this pull request
Feb 16, 2024
* changed some flags got staking rewards card * fix: misc fixes from feedback (#227) * fix: welcome modal copy updates * enable token filters by default * fix: modal popup twice * fix: copy updates * fetch balances in the background * fixed brokenm chain rewards * removed 'available' asset total from wallet (#233) * fixed undefined error message breaking the app (#228) * removed 'prices by TFM' on Aside (#234) * Fix prices, cw20 balance fetchin, cleanup * upd: welcome modal copy * upd: welcome modal copy 2 * upd: welcome modal copy 3 * copy: cleanup * upd: welcome modal copy 4 * fix: generalize loading text * upd: welcome modal copy 3 * fix: use ExternalLink comp in welcome modal * fix: copy * fix: onboarding copy * fix: onboarding copy 2 * fix: onboarding copy 3 * removed transfer button and deleted transfer page * changes wallet total title and added tooltip of what assets were used… (#231) * changes wallet total title and added tooltip of what assets were used for the total * changed copy * Add native tokens from the "Manage tokens" modal (#235) * Display native tokens * update: include native tokens * remove: ibc custom tokens * update: add initial balances * fix: asset chain * update: store only denoms for native tokens * update: always display visible tokens * fix: hook deps * fix: useMemo * fix: interchain modal open (#238) * Offbeta/fixed tfm pricing (#240) * fixed tfm naming not aligning with station naming * renamed variable * fix: rem select action copy (#241) * feat: show held assets at top of receive page (#242) * feat: sort recieve page by if have assets * cleanup * feat: fix nav arrows in send and recieve page (#243) * Redesign settings, allow custom LCDs, fix extension disconnect (#245) * Redesign settings modeal, use custom lcds * Fix extension disconnect * Fix ChainSelector * testing in deployed beta (#256) * Revert "testing in deployed beta (#256)" (#257) This reverts commit 6dc2fb9842528eb683eebc6cb5786c5d9303cc70. * fixed overflow issue on contract card header (#254) * fixed disabled link being clickable (#253) * Show network (#252) * added a dropdown for each network type that will open to display all of the chains on that specific network type * aligning theme with extension * fixed settings theme always display 'dark' and fixed back button color (#249) * rem: broken modal btn (#258) * changed some scroll behavior and added a shadow (#248) * rem: welcome modal (#250) * fix: only show welcome modal on desktop * rem: welcome modal * cleanup * rem: unused hook * feat: back nav wallet managment (#244) * feat: add back nav to desktop pages that lack it * fix: use GoBack comp * feat: onSuccess function for txs (#255) * feat: onSuccess function for txs * feat: add back buttons * rem: backbtn on main gov page; * copy: update * upd: copy * fix: table styles * feat: rem show all btn on gov page (#259) * Testing error (#260) * testing why it doesnt work deployed * testing in deployed * changed copy * removed period * Governance Markdown support (#251) * Basic proposals markdown support * Hide external links * Fix links * Update src/pages/gov/ProposalDescription.tsx --------- Co-authored-by: plubber <[email protected]> * fixed modal issues that includes: overflow, scroll, modal max-height and scrollbars (#262) * added styles for network dropdown on Custom LCD page (#263) * added styles for network dropdown on Custom LCD page * aligning max-height * renamed file --------- Co-authored-by: Joshua <[email protected]> Co-authored-by: Alessandro Candeago <[email protected]> Co-authored-by: Joshua Brigati <[email protected]> Co-authored-by: Radzion Chachura <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
So I want to try adding this the this sprint branch to make the extension e2e tests run on each pr request.
Note i want to leave this PR open there are still things to determine.
How should we provide the latest build(current build, now it will grab the latest release binary 7.4.1.1) to the synpress tests: